home *** CD-ROM | disk | FTP | other *** search
- -- card: 107659 from stack: in
- -- bmap block id: 108406
- -- flags: 4000
- -- background id: 14423
- -- name: Task Statistics
- ----- HyperTalk script -----
- on openCard
- put char 1 to 3 of the long date & "," & item 2 to 3 of the abbrev date into card field "Date"
- end openCard
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=0 top=0 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- lock screen
- go to first card of this background
- unlock screen
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=14 top=33 right=48 bottom=29
- -- title width / last selected line: 0
- -- icon id / first selected line: 5068 / 5068
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Close
- ----- HyperTalk script -----
- on mouseDown
- set icon of me to "Close Box Hi"
- end mouseDown
-
- on mouseLeave
- set icon of me to "Close Box"
- end mouseLeave
-
- on mouseUp
- set icon of me to "Close Box"
- pop card
- end mouseUp
-
-
-
- -- part 4 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=384 top=50 right=65 bottom=492
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Date
-
-
- -- part contents for card part 4
- ----- text -----
- Mon, Sep 4, 1989